home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’95
/
Reminder Manager
/
About.h
< prev
next >
Wrap
Text File
|
1989-12-14
|
474b
|
20 lines
/* ===================================
File: About.h
Function: Header for this window
History: 11/12/89 Original by Prototyper.
================================= */
/* Initialize us so all our routines can be activated */
extern void Init_About(void);
/* Close our window */
extern void Close_About(void);
/* Open our window and draw everything */
extern void Open_About(void);
/* Update our window, someone uncovered a part of us */
extern void Update_About(void);